home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
pc
/
allfiles
/
angry
/
scene3_4.dir
/
00011_scene4C FRAME.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-03-01
|
405 b
|
21 lines
on enterFrame
repeat with x = 10 to 20
puppetSprite(x, 1)
sprite(x).visible = 1
end repeat
puppetSprite(21, 1)
sprite(21).visible = 1
if rollOver(1) then
cursor([member("pointy").memberNum, member("pointy_mask").memberNum])
repeat with x = 10 to 21
puppetSprite(x, 0)
sprite(x).visible = 0
end repeat
go("Blur")
end if
end
on exitFrame
go(the frame)
end